nix-template: 0.4.0 -> 0.4.1

This commit is contained in:
Jonathan Ringer 2022-12-17 10:09:00 -08:00
parent 9ed4897b22
commit 19ac081439
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "nix-template";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
name = "${pname}-${version}-src";
owner = "jonringer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5Xxv9TH5rGA4VU/64YarrBIOrROWjFu3RYRcoNo70UA=";
sha256 = "sha256-42u5FmTIKHpfQ2zZQXIrFkAN2/XvU0wWnCRrQkQzcNI=";
};
cargoSha256 = "sha256-GvIE46NXNWg1kSEbffvOCwVDr0YmVMo8C8+52RDEwco=";
cargoSha256 = "sha256-f8Th6SbV66Uukqh1Cb5uQVa844qw1PmBB9W7EMXMU4E=";
nativeBuildInputs = [
installShellFiles