Unverified Commit 309d06f7 authored by Acid Bong's avatar Acid Bong
Browse files

license-cli: 3.1.0 -> 3.2.1

parent 43d60147
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,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