Commit 546ec2e6 authored by R. RyanTM's avatar R. RyanTM
Browse files

distroshelf: 1.0.8 -> 1.0.12

parent e6ff9e94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "distroshelf";
  version = "1.0.8";
  version = "1.0.12";

  src = fetchFromGitHub {
    owner = "ranfdev";
    repo = "DistroShelf";
    tag = "v${finalAttrs.version}";
    hash = "sha256-UZP/VohgYUe6Ly89oD9WlYyiAfQmTK1lXnf5TipoiNI=";
    hash = "sha256-pNGIwmw75c7Q+lXZBSZnAnIqJqYOPIA9cpAlzv/HjJU=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {