3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #169725 from r-ryantm/auto-update/alfaview

alfaview: 8.41.0 -> 8.42.0
This commit is contained in:
Ryan Mulligan 2022-04-22 06:09:29 -07:00 committed by GitHub
commit de177e3ed7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "alfaview";
version = "8.41.0";
version = "8.42.0";
src = fetchurl {
url = "https://production-alfaview-assets.alfaview.com/stable/linux/${pname}_${version}.deb";
sha256 = "sha256-qW+MB71sylKJQycSX6hiBgxAO4MuhnBaPGFjm+6y4vk=";
sha256 = "sha256-O440sk6OJUsO+5TuzLxkUELnCfxKd5byoxSD+Rs4h1c=";
};
nativeBuildInputs = [