Loading pkgs/by-name/li/license-cli/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, scdoc, makeWrapper, nix-update-script, # Script dependencies. fzf, Loading @@ -14,16 +15,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "license-cli"; version = "3.1.0"; version = "3.2.1"; src = fetchFromSourcehut { owner = "~zethra"; repo = "license"; rev = finalAttrs.version; hash = "sha256-OGS26mE5rjxlZOaBWhYc7C8aM3Lq2xX0f31LgckjJF8="; hash = "sha256-eS4KuoUJA6e+Y6WNFCJTXgjV5t3Eh7wc2KvWi/+jCeI="; }; cargoHash = "sha256-Jvg3XndPyQ9TYejJaO7GAI9RwLAOWB0uapA+6WIKAkI="; cargoHash = "sha256-7C/KAMBXbkxsjnkIJsGBOasOGGIXV8QhVEkkP+vseos="; nativeBuildInputs = [ installShellFiles Loading Loading @@ -55,6 +56,8 @@ rustPlatform.buildRustPackage (finalAttrs: { } ''; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://git.sr.ht/~zethra/license"; description = "Command-line tool to easily add license to your project"; Loading Loading
pkgs/by-name/li/license-cli/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ installShellFiles, scdoc, makeWrapper, nix-update-script, # Script dependencies. fzf, Loading @@ -14,16 +15,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "license-cli"; version = "3.1.0"; version = "3.2.1"; src = fetchFromSourcehut { owner = "~zethra"; repo = "license"; rev = finalAttrs.version; hash = "sha256-OGS26mE5rjxlZOaBWhYc7C8aM3Lq2xX0f31LgckjJF8="; hash = "sha256-eS4KuoUJA6e+Y6WNFCJTXgjV5t3Eh7wc2KvWi/+jCeI="; }; cargoHash = "sha256-Jvg3XndPyQ9TYejJaO7GAI9RwLAOWB0uapA+6WIKAkI="; cargoHash = "sha256-7C/KAMBXbkxsjnkIJsGBOasOGGIXV8QhVEkkP+vseos="; nativeBuildInputs = [ installShellFiles Loading Loading @@ -55,6 +56,8 @@ rustPlatform.buildRustPackage (finalAttrs: { } ''; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://git.sr.ht/~zethra/license"; description = "Command-line tool to easily add license to your project"; Loading